home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TRTUNDOLISTFRM / TRTUNDOLISTFRM.txt
Text File  |  2014-12-03  |  1KB  |  60 lines

  1. object RtUndoListFrm: TRtUndoListFrm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsNone
  5.   Caption = 'RtUndoListFrm'
  6.   ClientHeight = 135
  7.   ClientWidth = 199
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Scaled = False
  18.   OnDeactivate = FormDeactivate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 199
  27.     Height = 135
  28.     Align = alClient
  29.     BevelWidth = 2
  30.     TabOrder = 0
  31.     object Bevel1: TBevel
  32.       Left = 8
  33.       Top = 111
  34.       Width = 185
  35.       Height = 18
  36.     end
  37.     object StatusLab: TLabel
  38.       Left = 9
  39.       Top = 114
  40.       Width = 183
  41.       Height = 13
  42.       Alignment = taCenter
  43.       AutoSize = False
  44.       Caption = 'Undo 1 level'
  45.     end
  46.     object LevelsList: TListBox
  47.       Left = 8
  48.       Top = 8
  49.       Width = 185
  50.       Height = 97
  51.       Style = lbVirtualOwnerDraw
  52.       ItemHeight = 13
  53.       TabOrder = 0
  54.       OnClick = LevelsListClick
  55.       OnDrawItem = LevelsListDrawItem
  56.       OnMouseMove = LevelsListMouseMove
  57.     end
  58.   end
  59. end
  60.